home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 454 b | 27 lines | [TEXT/CWIE] |
- ///--------------------------------------------------------------------------------------
- // SWFPSReport.h
- ///--------------------------------------------------------------------------------------
-
-
- #ifndef __SWFPSReport__
- #define __SWFPSReport__
-
- #ifndef __SOUND__
- #include <Sound.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- void StartTimer( void );
- void ShowResults( long frames );
-
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif /* __SWFPSReport__ */